﻿2026-08-03T03:02:39.2763842Z ##[group]Run actions/checkout@v5
2026-08-03T03:02:39.2764329Z with:
2026-08-03T03:02:39.2764754Z   fetch-depth: 2
2026-08-03T03:02:39.2765145Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:39.2767974Z   token: ***
2026-08-03T03:02:39.2768313Z   ssh-strict: true
2026-08-03T03:02:39.2768651Z   ssh-user: git
2026-08-03T03:02:39.2769104Z   persist-credentials: true
2026-08-03T03:02:39.2769529Z   clean: true
2026-08-03T03:02:39.2769873Z   sparse-checkout-cone-mode: true
2026-08-03T03:02:39.2770276Z   fetch-tags: false
2026-08-03T03:02:39.2770624Z   show-progress: true
2026-08-03T03:02:39.2770976Z   lfs: false
2026-08-03T03:02:39.2771296Z   submodules: false
2026-08-03T03:02:39.2771644Z   set-safe-directory: true
2026-08-03T03:02:39.2772036Z   allow-unsafe-pr-checkout: false
2026-08-03T03:02:39.2772428Z ##[endgroup]
2026-08-03T03:02:39.3527515Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:39.3529333Z ##[group]Getting Git version info
2026-08-03T03:02:39.3530014Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:02:39.3530981Z [command]/usr/bin/git version
2026-08-03T03:02:39.3531620Z git version 2.43.0
2026-08-03T03:02:39.3547543Z ##[endgroup]
2026-08-03T03:02:39.3555083Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/008d3d61-f9b7-4ae7-babb-cbe54a9c6642/.gitconfig'
2026-08-03T03:02:39.3562182Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/008d3d61-f9b7-4ae7-babb-cbe54a9c6642' before making global git config changes
2026-08-03T03:02:39.3563295Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:02:39.3565300Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:02:39.3598573Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:02:39.3618287Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:39.3628575Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:02:39.3631614Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:02:39.3649044Z refs/heads/main
2026-08-03T03:02:39.3656707Z [command]/usr/bin/git checkout --detach
2026-08-03T03:02:39.3710131Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:39.3744497Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:02:39.3773212Z Deleted branch main (was 184f2ac4e).
2026-08-03T03:02:39.3873935Z ##[endgroup]
2026-08-03T03:02:39.3877011Z [command]/usr/bin/git submodule status
2026-08-03T03:02:39.4100342Z ##[group]Cleaning the repository
2026-08-03T03:02:39.4104996Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:02:39.9537182Z Removing target/
2026-08-03T03:02:39.9547253Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:02:39.9613040Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:39.9618253Z ##[endgroup]
2026-08-03T03:02:39.9621084Z ##[group]Disabling automatic garbage collection
2026-08-03T03:02:39.9625177Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:02:39.9652759Z ##[endgroup]
2026-08-03T03:02:39.9653488Z ##[group]Setting up auth
2026-08-03T03:02:39.9658833Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:02:39.9690876Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T03:02:39.9893212Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:02:39.9920994Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T03:02:40.0121398Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:02:40.0152435Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:02:40.0351696Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:02:40.0393754Z ##[endgroup]
2026-08-03T03:02:40.0394518Z ##[group]Fetching the repository
2026-08-03T03:02:40.0403417Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +885a4b69f3f444295a1934db427796f8ccb7c9fc:refs/remotes/origin/main
2026-08-03T03:02:40.4721142Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:40.4722826Z    184f2ac4e..885a4b69f  885a4b69f3f444295a1934db427796f8ccb7c9fc -> origin/main
2026-08-03T03:02:40.4752332Z ##[endgroup]
2026-08-03T03:02:40.4753103Z ##[group]Determining the checkout info
2026-08-03T03:02:40.4756528Z ##[endgroup]
2026-08-03T03:02:40.4762296Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:02:40.4804288Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:02:40.4831330Z ##[group]Checking out the ref
2026-08-03T03:02:40.4833510Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T03:02:40.4998920Z Previous HEAD position was 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:40.5004602Z Switched to a new branch 'main'
2026-08-03T03:02:40.5005874Z branch 'main' set up to track 'origin/main'.
2026-08-03T03:02:40.5014311Z ##[endgroup]
2026-08-03T03:02:40.5052345Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:02:40.5078808Z 885a4b69f3f444295a1934db427796f8ccb7c9fc
